home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 March / PCWorld_2008-03_cd.bin / temacd / outpostfirewall / OutpostProInstall.exe / {code_GetUserTempDir} / ssi / ASWFilt.inf < prev    next >
Windows Setup INFormation  |  2007-08-20  |  2KB  |  66 lines

  1. ;Copyright (c) 2005-2007 Agnitum Ltd. All rights Reserved
  2. [Version]
  3. Signature    = "$Windows NT$"
  4. ;Class        = "AntiVirus"                 ;This is determined by the work this filter driver does
  5. Class        = "SecurityEnhancer"                 ;This is determined by the work this filter driver does
  6. ;ClassGuid    = {b1d1a169-c54f-4379-81db-bee7d88d7454} ;Class = AntiVirus
  7. ClassGuid     = {d02bc3da-0c8e-4945-9bd5-f1883c226c8c}    ;Class = SecurityEnhancer
  8. Provider    = %MfgName%
  9. CatalogFile    = %ImageName%.cat ; Catalog files are supplied by the Microsoft Windows Hardware Quality Lab (WHQL)
  10.  
  11. [DestinationDirs]
  12. DefaultDestDir    = 11,Filt
  13. DriverFiles    = 11,Filt ; %windir%\system32\Filt
  14.  
  15. [SourceDisksNames]
  16. 1 = %Disk1%
  17.  
  18. [SourceDisksFiles]
  19. %ImageName%.dll = 1
  20.  
  21. ;; Default install sections
  22. [DefaultInstall]
  23. OptionDesc    = %ServiceDesc%
  24. CopyFiles    = DriverFiles
  25.  
  26. [DefaultInstall.Services]
  27. AddService    = %ServiceName%,,Service
  28.  
  29. ;; Default uninstall sections
  30. [DefaultUninstall]
  31. DelFiles    = DriverFiles
  32. DelReg        = DelRegistry
  33.  
  34. [DefaultUninstall.Services]
  35. DelService    = %ServiceName%
  36.  
  37. ;; Services Section
  38. [Service]
  39. DisplayName    = %ServiceName%
  40. Description    = %ServiceDesc%
  41. ServiceBinary    = %11%\Filt\%ImageName%.dll    ;%windir%\system32\Filt\ASWFilt.dll
  42. ServiceType    = 1
  43. StartType    = 3
  44. ErrorControl    = 1
  45. LoadOrderGroup    = "FSFilter Anti-Virus"
  46. AddReg        = AddRegistry
  47.  
  48. ;; Registry Modifications
  49. [AddRegistry]
  50. HKLM,%Registry%,DebugFlags,0x00010001,0
  51.  
  52. [DelRegistry]
  53. HKLM,%Registry%,DebugFlags
  54.  
  55. ;; Copy Files
  56. [DriverFiles]
  57. %ImageName%.dll
  58.  
  59. [Strings]
  60. MfgName        = "Agnitum, Ltd."
  61. ServiceName = "ASWFilt"
  62. ServiceDesc = "Agnitum Kernel Mode Anti-Spyware SandBox plug-in"
  63. ImageName   = "ASWFilt"
  64. Registry    = "System\CurrentControlSet\Services\ASWFilt"
  65. Disk1        = "SandBox Source Media"
  66.